-
Notifications
You must be signed in to change notification settings - Fork 147
Fix varargs type mismatch in NLS.bind invocation #1856
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
This pull request changes some projects for the first time in this development cycle. An additional commit containing all the necessary changes was pushed to the top of this PR's branch. To obtain these changes (for example if you want to push more changes) either fetch from your fork or apply the git patch. Git patchFurther information are available in Common Build Issues - Missing version increments. |
|
Hi @HannesWell , could you please check this PR when you have some time ? |
8267c27 to
de88b87
Compare
All binding changes has been handled |
|
Thank you @SougandhS for fixing all these warnings. I should have had a broader look at warnings but I have now created a follow-up that avoids these warnings: Actually, as mentioned in eclipse-equinox/equinox#936 (comment), I wanted to use/test our automated clean-up job to perform the removal of the unnecessary array creations. |
Thanks, I’ll keep an eye out for the PR from the cleanup job 👍 |
|
Would you please rebase this PR? There are conflicts. |
Replaced String[] array with individual Object arguments in NLS.bind calls to resolve type mismatch warnings and add (Object[]) cast
Done 👍 |
|
Thank you @akurtakov |
Replace String[] array with individual Object arguments in NLS.bind calls to resolve type mismatch warnings